Hierarchy

Hierarchy

  • IIgrDashboardTileProps

Properties

actualBrushes?: string | string[]

Gets the actual palette of brushes to use for coloring the chart series.

actualOutlines?: string | string[]

Gets the actual palette of brushes to use for outlines on the chart series.

autoCalloutsVisible?: string | boolean

Gets or sets if the auto value callouts should be displayed.

backgroundColor?: string

Gets or sets the color to use for the background of the component.

baseTheme?: string | BaseControlTheme

Gets or sets the base built in theme to use for the checkbox.

brushes?: string | string[]

Gets or sets the palette of brushes to use for coloring the dashboard tile. The value provided should be an array of CSS color strings or JavaScript objects defining gradients. Optionally the first element can be a string reading "RGB" or "HSV" to specify the interpolation mode of the collection

categoryAxisMajorStroke?: string

Gets the brush to use for the Category axis major strokes, if applicable.

changingContent?: ((s, e) => void)

Type declaration

children?: ReactNode
crosshairsAnnotationEnabled?: string | boolean

Gets or sets whether annotations are shown along the axis for crosshair values

crosshairsDisplayMode?: string | CrosshairsDisplayMode

Gets or sets the crosshairs to be displayed.

dataSource?: any

Gets or sets a collection of data items used to generate the dashboard tile. The ItemsSource of this dashboard tile can be a list of objects containing one or more numeric properties. Additionally, if the objects in the list implement an enumerable interface, the dashboard tile will attempt to delve into the sub-collections when reading through the data source. Data binding can be further configured by attributing the data item classes with the data intent feature.

density?: string | ControlDisplayDensity

Gets or sets the display density to use for the toolbar.

excludedProperties?: string[]

Gets or sets a set of property paths that should be excluded from consideration by the category chart.

filterStringErrorsParsing?: ((s, e) => void)

Type declaration

finalValueAnnotationsVisible?: string | boolean

Gets or sets whether annotations for the final value of each series is displayed on the axis.

groupSorts?: string

Gets or sets the sorts to apply after grouping has been applied.

height?: string
highlightedDataSource?: any

Gets or sets a collection of data items used to generate the dashboard tile. The HighlightedItemsSource of this dashboard tile can be a list of objects containing one or more numeric properties. Additionally, if the objects in the list implement an enumerable interface, the dashboard tile will attempt to delve into the sub-collections when reading through the data source. Data binding can be further configured by attributing the data item classes with the data intent feature.

highlightedValuesDisplayMode?: string | SeriesHighlightedValuesDisplayMode

Gets or sets whether and how to display highlighted values for the series. Note, this is distinct from the highlighting feature that indicates what is closest or under the mouse. This property applies to Category Chart and Financial Chart controls.

includedProperties?: string[]

Gets or sets a set of property paths that should be included for consideration by the category chart, leaving the remainder excluded. If null, all properties will be considered.

initialFilter?: string

Gets or sets the filter to apply to the chart. This property will become ignored if the filter is changed outside of this property.

initialGroups?: string

Gets or sets the groupings to apply to the chart. This property will become ignored if sorts are changed outside of this property.

initialHighlightFilter?: string

Gets or sets the filter to apply to the chart. This property will become ignored if the filter is changed outside of this property.

initialSorts?: string

Gets or sets the sorts to apply to the chart. This property will become ignored if sorts are changed outside of this property.

initialSummaries?: string

Gets or sets the summaries to apply to the chart. This property will become ignored if sorts are changed outside of this property.

outlines?: string | string[]

Gets or sets the palette of brushes to use for outlines on the dashboard tile. The value provided should be an array of CSS color strings or JavaScript objects defining gradients. Optionally the first element can be a string reading "RGB" or "HSV" to specify the interpolation mode of the collection

selectedSeriesItems?: string | IgrChartSelectedItemCollection

Gets the currently selected data items. Adding or removing data items from this collection will select or deselect the visuals associated with those items.

shouldAvoidAxisAnnotationCollisions?: string | boolean

Gets or sets whether annotations for the final value of each series is displayed on the axis.

shouldDisplayMockData?: string | boolean

Gets or sets whether the dashboard tile should display mock data when the data source has not been provided, if supported for this type of chart.

shouldUseSkeletonStyleForMockData?: string | boolean

Gets or sets whether the dashboard tile should use a faded skeleton style for mock data.

tileTitle?: string

Gets or sets text to display above the plot area.

trendLineBrushes?: string | string[]

Gets or sets the palette of brushes to used for coloring trend lines in this chart. The value provided should be an array of CSS color strings or JavaScript objects defining gradients. Optionally the first element can be a string reading "RGB" or "HSV" to specify the interpolation mode of the collection

trendLineType?: string | TrendLineType

Gets or sets the formula used for calculating trend lines in this chart. This property applies only to these chart types: point, line, spline, and bubble

trendLineTypes?: string | IgrTrendLineTypeCollection

Gets or sets what trendlines to use in the chart.

validVisualizationTypePriorityThreshold?: string | number

Gets or sets the crosshairs to be displayed.

validVisualizationTypes?: DashboardTileVisualizationType[]

Gets the current set of valid visualization types for the data.

valueLines?: string | IgrValueModeCollection

Gets or sets what value lines to use in the chart.

valueLinesBrushes?: string | string[]

Gets or sets the palette of brushes to use for coloring the value lines present in the ValueLines property. The value provided should be an array of CSS color strings or JavaScript objects defining gradients. Optionally the first element can be a string reading "RGB" or "HSV" to specify the interpolation mode of the collection

valueLinesGlobalAverageBrush?: string

Gets or sets the color for GlobalAverage value lines.

valueLinesGlobalMaximumBrush?: string

Gets or sets the color for GlobalMaximum value lines.

valueLinesGlobalMinimumBrush?: string

Gets or sets the color for GlobalMinimum value lines.

visualizationType?: string | DashboardTileVisualizationType

Gets or sets the crosshairs to be displayed.

width?: string