DxChartScatterSeries<T, TArgument, TValue> Members
In This Article
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the class. |
#Properties
Name | Description |
---|---|
Aggregation |
Obsolete. Specifies the method that calculates summaries for points with the same argument value.
Inherited from Dx |
Argument |
Specifies a data source field that contains arguments for series values.
Inherited from Dx |
Axis |
Specifies an axis for the series.
Inherited from Dx |
Break |
Specifies whether the series should break on points with null values.
Inherited from Dx |
Child |
Inherited from Dx |
Color |
Specifies the series color.
Inherited from Dx |
Data |
Specifies a data source for the series.
Inherited from Dx |
Filter |
Specifies an expression used to filter series values.
Inherited from Dx |
Max |
Specifies the maximum number of point labels that the Dx |
Name |
Specifies the name for the series.
Inherited from Dx |
Pane |
Specifies a pane where the series is displayed.
Inherited from Dx |
Selection |
Specifies the scatter series’ selection mode. |
Settings |
Accepts series settings when you create a series template.
Inherited from Dx |
Summary |
Specifies the method that calculates summaries for points with the same argument value.
Inherited from Dx |
Value |
Specifies a data source field that contains values for series points.
Inherited from Dx |
Visible |
Specifies the series visibility.
Inherited from Dx |
#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 a chart series visibility changes.
Inherited from Dx |
See Also