The PointStyle type exposes the following members.

Constructors

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method NotifyChanges
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property FillStyle
Gets or sets the fill style of the PointStyle.
Public property Label
Gets or sets the PointStyle label.
Public property LegendEntry
Gets or sets whether the PointStyle will be shown in legend.
Public property LineStyle
Gets or sets the line style of the PointStyle.
Public property Offset
Gets or sets the offset of the PointStyle.
Public property 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.
Public property Selection
Gets or sets the selection method of the PointStyle. For selection method options, see PointStyleSelectionEnum.
Public property 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.
Public property SymbolStyle
Gets or sets the symbol style of the PointStyle.

Events

  Name Description
Public event Select
Fires when the selection of a PointStyle is performed. Fires only when the PointStyle Selection property is set to Custom.

See Also