Enum DataPointState
Describes the state a data point is in.
Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: Controls.DataVisualization.OpenSilver.dll
Syntax
public enum DataPointState
Fields
Name | Description |
---|---|
Created | Data point has been created. |
Hidden | Data point is hidden. |
Hiding | Data point is in the process of being hidden. |
Normal | Data point is visible in the plot area. |
PendingRemoval | Data point is in the process of being removed from the plot area. |
Showing | Data point is in the process of being revealed. |