[]
PointStyle is used to describe a data point that has different appearance from other data points in the same data series. When applied to a specific data point, the properties of a PointStyle object supersede those specified by the data series containing the data point. To Understand the full meaning of these properties in the context of different chart types, please refer to the context of the style properties associated with each series.
public class PointStyle : ICloneable
Name | Description |
---|---|
PointStyle() | Creates a new instance of PointStyle class. |
PointStyle(int, int) | Creates a new instance of PointStyle class. |
Name | Description |
---|---|
FillStyle | Gets or sets the fill style of the PointStyle. |
Label | Gets or sets the PointStyle label. |
LegendEntry | Gets or sets whether the PointStyle will be shown in legend. |
LineStyle | Gets or sets the line style of the PointStyle. |
Offset | Gets or sets the offset of the PointStyle. |
PointIndex | Gets or sets the data point index of the PointStyle. Used in conjunction with the SeriesIndex property value, the PointIndex property value indicates the specific data point to which the PointStyle applies. |
Selection | Gets or sets the selection method of the PointStyle. For selection method options, see PointStyleSelectionEnum. |
SeriesIndex | Gets or sets the data series index of the PointStyle. Used in conjunction with the PointIndex property value, the SeriesIndex property value indicates the specific data point to which the PointStyle applies. |
SymbolStyle | Gets or sets the symbol style of the PointStyle. |
Name | Description |
---|---|
Select | Fires when the selection of a PointStyle is performed. Fires only when the PointStyle Selection property is set to Custom. |