DxPolarChart<T> Members
In This Article
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Bar |
Specifies left and right bar group paddings for argument axis ticks. |
Bar |
Specifies the width of bar groups in pixels. |
Css |
Assigns a CSS class to the Chart component.
Inherited from Dx |
Data | Specifies an object that supplies Polar Chart data. |
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 the component displays overlapping labels. |
Negatives |
Specifies whether the Polar Chart treats negative values as zeros in stacked bar series. |
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 data points. |
Redraw |
Specifies whether to redraw the chart when its container size changes.
Inherited from Dx |
Series |
Specifies whether a user can select series. |
Use |
Specifies whether to display the chart grid as a spider web. |
Width |
Specifies the chart component’s absolute or relative width.
Inherited from Dx |
#Methods
Name | Description |
---|---|
Clear |
Resets selection in the chart.
Inherited from Dx |
Deselect |
Deselects specific series points. |
Deselect |
Deselects specific series points. |
Deselect |
Deselects a series with the specified index. |
Deselect |
Deselects a series with the specified name. |
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.
Inherited from Dx |
Export |
Exports the chart to a file in a specified format with the given margin and background.
Inherited from Dx |
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.
Inherited from Dx |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Redraw |
Re-renders the chart component and its child components.
Inherited from Dx |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Refresh |
Reloads data and redraws the chart component.
Inherited from Dx |
Select |
Selects specific series points. |
Select |
Selects specific series points. |
Select |
Selects a series with the specified index. |
Select |
Selects a series with the specified name. |
Show |
Shows the tooltip for the specified series point. |
Show |
Shows the tooltip for the specified series point. |
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.
Inherited from Dx |
Rendered |
Fires after the chart is rendered.
Inherited from Dx |
Selection |
Fires when point or series selection changes. |
Series |
Fires when a user clicks a series. |
Tooltip |
Fires before a tooltip appears.
Inherited from Dx |
See Also