Back to Devexpress

DxChart<T> Properties

blazor-devexpress-dot-blazor-dot-dxchart-1-dot-underscore-properties.md

latest4.5 KB
Original Source

DxChart<T> Properties

A control that visualizes bound data as graphs: bar, area, line, and others.

NameDescription
AdjustOnZoomSpecifies whether to adjust the visual range of the value axis when users zoom or pan the argument axis.
AutoHidePointMarkersSpecifies whether DxChart<T> automatically hides series point markers to reduce visual clutter.
BarGroupPaddingSpecifies bar group left and right padding values as a percentage.
BarGroupWidthSpecifies the width of bar groups in pixels.
CssClassAssigns a CSS class to the Chart component. Inherited from DxChartBase.
DataSpecifies a data source.
DefaultPaneSpecifies the pane that displays all axes and series with unspecified Pane property.
HeightSpecifies the chart component’s absolute or relative height. Inherited from DxChartBase.
IdSpecifies the Chart component’s unique identifier. Inherited from DxChartBase.
LabelOverlapSpecifies how overlapping points are displayed.
MaxBubbleSizeSpecifies the diameter of the biggest bubble in bubble series.
MinBubbleSizeSpecifies the diameter of the smallest bubble in bubble series.
NegativesAsZeroesSpecifies whether the chart treats negative values as zeroes.
PaletteSpecifies the color scheme to colorize chart series. Inherited from DxChartBase.
PaletteExtensionModeSpecifies how to extend the chart palette when the number of colors is less than the number of series (for DxChart) or series points (for DxPieChart). Inherited from DxChartBase.
PointSelectionModeSpecifies whether a user can select series points.
RedrawOnResizeSpecifies whether to redraw the chart when its container size changes. Inherited from DxChartBase.
ResizePanesOnZoomSpecifies whether to resize chart panes when a user zooms or pans the chart.
RotatedSpecifies whether the chart is rotated.
SeriesSelectionModeSpecifies whether a user can select series.
SortedSpecifies whether series point connectors follow the visual argument order or original data source order. Applies only to line series.
StickyHoveringSpecifies whether the control highlights points even if the mouse pointer doesn’t point directly to them.
SynchronizeAxesIndicates whether to synchronize value axes when they are displayed on a single pane.
WidthSpecifies the chart component’s absolute or relative width. Inherited from DxChartBase.

See Also

DxChart<T> Class

DxChart<T> Members

DevExpress.Blazor Namespace