SeriesPointModel Properties
The SeriesPoint model.| Name | Description |
|---|---|
| AllowAddChild | Gets or sets the value indicating whether a child model item can be added. Inherited from ChartElementModel. |
| AllowChangeVisibility | Gets or sets the value indicating whether changing the element visibility is allowed. Inherited from ChartElementModel. |
| AllowRemove | Gets or sets the value indicating whether removing an element is allowed. Inherited from ChartElementModel. |
| Argument | Gets or sets the value of the SeriesPoint.Argument within the model. |
| ChartElement | Returns the modeled chart element. Inherited from ChartElementModel. |
| Children | Returns the list of child chart elements. Inherited from ChartElementModel. |
| Color | Gets or sets the value of the SeriesPoint.Color within the model. |
| DateTimeArgument | Gets or sets the date-time argument of the modeled series point. |
| DateTimeValues | Gets or sets the date-time values of the modeled series point. |
| Element | Returns the chart element whose model is the current model object. Inherited from ChartElementModel. |
| IsEmpty | Gets or sets the value of the SeriesPoint.IsEmpty within the model. |
| Relations | Returns the model of the relation collection of the modeled series point. |
| ShowInStructureControl | Gets or sets the value specifying whether the chart element should be shown in the Structure control of the Chart Designer. Inherited from ChartElementModel. |
| Tag | Gets or sets the value of the ChartElement.Tag within the model. Inherited from ChartElementModel. |
| TimeSpanArgument | Gets or sets the SeriesPoint.TimeSpanArgument property value within the model. |
| TimeSpanValues | Gets or sets the SeriesPoint.TimeSpanValues property value within the model. |
| ToolTipHint | Gets or sets the value of the SeriesPoint.ToolTipHint within the model. |
| Values | Gets or sets the numeric values of the modeled series point. |
See Also