DxPolarChartBaseSeries<T, TArgument, TValue> Members
In This Article
#Properties
Name | Description |
---|---|
Argument |
Specifies a data source field that contains arguments for series values. |
Break |
Specifies whether the series should break on points with null values. |
Child |
Inherited from Dx |
Color | Specifies the color of the series. |
Data | Specifies the data source for the series. |
Filter | Specifies an expression used to filter series values. |
Max |
Limits the maximum number of visible point labels in the series. |
Name | Specifies the series name. |
Value |
Specifies a data source field that contains values for series points. |
Visible | Specifies series visibility. |
#Methods
Name | Description |
---|---|
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. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Visible |
Fires when series visibility changes. |
See Also