2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / PointStyle Class
Properties Events

In This Topic
    PointStyle Class Members
    In This Topic

    The following tables list the members exposed by PointStyle.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the fill style of the PointStyle.  
    Public PropertyGets or sets the PointStyle label.  
    Public PropertyGets or sets whether the PointStyle will be shown in legend.  
    Public PropertyGets or sets the line style of the PointStyle.  
    Public PropertyGets or sets the offset of the PointStyle.  
    Public PropertyGets 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 PropertyGets or sets the selection method of the PointStyle. For selection method options, see PointStyleSelectionEnum.  
    Public PropertyGets 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 PropertyGets or sets the symbol style of the PointStyle.  
    Top
    Public Events
     NameDescription
    Public EventFires when the selection of a PointStyle is performed. Fires only when the PointStyle Selection property is set to PointStyleSelectionEnum.Custom.  
    Top
    See Also