DxPieChart<T> Members
In This Article
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Css |
Assigns a CSS class to the Chart component.
Inherited from Dx |
Data | Specifies a data source. |
Diameter | Specifies a value used to calculate the Pie Chart’s outer diameter. |
Height |
Specifies the chart component’s absolute or relative height.
Inherited from Dx |
Id |
Specifies the Chart component’s unique identifier.
Inherited from Dx |
Inner |
Specifies a value used to calculate the Pie Chart’s inner diameter. |
Label |
Specifies how overlapping points are displayed. |
Min |
Specifies the Pie Chart’s minimum diameter to limit the space that labels with Outside position occupy. |
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 pie sectors. |
Redraw |
Specifies whether to redraw the chart when its container size changes.
Inherited from Dx |
Segment |
Specifies the direction in which the chart arranges series slices. |
Start |
Specifies the angle at which the chart lays out the first series slice. |
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 pie sectors that correspond to the specified data points. |
Deselect |
Deselects pie sectors that correspond to the specified data points. |
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 pie sectors that correspond to the specified data points. |
Select |
Selects pie sectors that correspond to the specified data points. |
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 pie sector selection changes. |
Series |
Occurs when a user clicks a pie series sector. |
Tooltip |
Fires before a tooltip appears.
Inherited from Dx |
See Also