DxChartBase Members
In This Article
#Properties
Name | Description |
---|---|
Css |
Assigns a CSS class to the Chart component. |
Height | Specifies the chart component’s absolute or relative height. |
Id | Specifies the Chart component’s unique identifier. |
Palette | Specifies the color scheme to colorize chart series. |
Palette |
Specifies how to extend the chart palette when the number of colors is less than the number of series (for Dx |
Redraw |
Specifies whether to redraw the chart when its container size changes. |
Width | Specifies the chart component’s absolute or relative width. |
#Methods
Name | Description |
---|---|
Clear |
Resets selection in the chart. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Export |
Encodes the chart to a string in a specified format with the given margin and background. |
Export |
Exports the chart to a file in a specified format with the given margin and background. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Hide |
Hides the tooltip shown with a Show method call.
|
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Redraw |
Re-renders the chart component and its child components. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Refresh |
Reloads data and redraws the chart component. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Customize |
Allows you to customize series points, pie sectors, and their labels. |
Rendered | Fires after the chart is rendered. |
Tooltip |
Fires before a tooltip appears. |
See Also