DxChart<T> Properties
A control that visualizes bound data as graphs: bar, area, line, and others.
Name | Description |
---|---|
Adjust |
Specifies whether to adjust the visual range of the value axis when users zoom or pan the argument axis. |
Auto |
Specifies whether Dx |
Bar |
Specifies bar group left and right padding values as a percentage. |
Bar |
Specifies the width of bar groups in pixels. |
Css |
Assigns a CSS class to the Chart component.
Inherited from Dx |
Data | Specifies a data source. |
Default |
Specifies the pane that displays all axes and series with unspecified Pane property.
|
Height |
Specifies the chart component’s absolute or relative height.
Inherited from Dx |
Id |
Specifies the Chart component’s unique identifier.
Inherited from Dx |
Label |
Specifies how overlapping points are displayed. |
Max |
Specifies the diameter of the biggest bubble in bubble series. |
Min |
Specifies the diameter of the smallest bubble in bubble series. |
Negatives |
Specifies whether the chart treats negative values as zeroes. |
Palette |
Specifies the color scheme to colorize chart series.
Inherited from Dx |
Palette |
Specifies how to extend the chart palette when the number of colors is less than the number of series (for Dx |
Point |
Specifies whether a user can select series points. |
Redraw |
Specifies whether to redraw the chart when its container size changes.
Inherited from Dx |
Resize |
Specifies whether to resize chart panes when a user zooms or pans the chart. |
Rotated | Specifies whether the chart is rotated. |
Series |
Specifies whether a user can select series. |
Sticky |
Specifies whether the control highlights points even if the mouse pointer doesn’t point directly to them. |
Synchronize |
Indicates whether to synchronize value axes when they are displayed on a single pane. |
Width |
Specifies the chart component’s absolute or relative width.
Inherited from Dx |
See Also