The PointStyle type exposes the following members.
          
            
Constructors
        
| Name | Description | |
|---|---|---|
| 
                 | 
              PointStyle()()()() | |
| 
                 | 
              PointStyle(Int32, Int32) | 
          
            
Methods
        
| Name | Description | |
|---|---|---|
| 
                 | 
              Equals | (Inherited from Object.) | 
| 
                 | 
              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.) | 
            
| 
                 | 
              GetHashCode | 
                 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | 
            
| 
                 | 
              GetType | 
                 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | 
            
| 
                 | 
              MemberwiseClone | 
                 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | 
            
| 
                 | 
              NotifyChanges | |
| 
                 | 
              ToString | (Inherited from Object.) | 
          
            
Properties
        
| 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.
             
               | 
            
          
            
Events
        
| Name | Description | |
|---|---|---|
| 
                 | 
              Select | 
                 
            Fires when the selection of a PointStyle is performed. Fires only when the PointStyle Selection
            property is set to Custom.
             
               |