Optional actualOptional actualGets the actual palette of brushes to use for outlines on the chart series.
Optional autoGets or sets if the auto value callouts should be displayed.
Optional backgroundGets or sets the color to use for the background of the component.
Optional baseGets or sets the base built in theme to use for the checkbox.
Optional brushesGets 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
Optional categoryGets the brush to use for the Category axis major strokes, if applicable.
Optional changingOptional childrenOptional crosshairsGets or sets whether annotations are shown along the axis for crosshair values
Optional crosshairsGets or sets the crosshairs to be displayed.
Optional dataGets 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.
Optional densityGets or sets the display density to use for the toolbar.
Optional excludedGets or sets a set of property paths that should be excluded from consideration by the category chart.
Optional filterOptional finalGets or sets whether annotations for the final value of each series is displayed on the axis.
Optional groupGets or sets the sorts to apply after grouping has been applied.
Optional heightOptional highlightedGets 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.
Optional highlightedGets 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.
Optional includedGets 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.
Optional initialGets or sets the filter to apply to the chart. This property will become ignored if the filter is changed outside of this property.
Optional initialGets or sets the groupings to apply to the chart. This property will become ignored if sorts are changed outside of this property.
Optional initialGets or sets the filter to apply to the chart. This property will become ignored if the filter is changed outside of this property.
Optional initialGets or sets the sorts to apply to the chart. This property will become ignored if sorts are changed outside of this property.
Optional initialGets or sets the summaries to apply to the chart. This property will become ignored if sorts are changed outside of this property.
Optional outlinesGets 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
Optional selectedGets the currently selected data items. Adding or removing data items from this collection will select or deselect the visuals associated with those items.
Optional shouldGets or sets whether annotations for the final value of each series is displayed on the axis.
Optional shouldGets 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.
Optional shouldGets or sets whether the dashboard tile should use a faded skeleton style for mock data.
Optional tileGets or sets text to display above the plot area.
Optional trendGets 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
Optional trendGets 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
Optional trendGets or sets what trendlines to use in the chart.
Optional validGets or sets the crosshairs to be displayed.
Optional validGets the current set of valid visualization types for the data.
Optional valueGets or sets what value lines to use in the chart.
Optional valueGets 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
Optional valueGets or sets the color for GlobalAverage value lines.
Optional valueGets or sets the color for GlobalMaximum value lines.
Optional valueGets or sets the color for GlobalMinimum value lines.
Optional visualizationGets or sets the crosshairs to be displayed.
Optional width
Gets the actual palette of brushes to use for coloring the chart series.