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

In This Topic
    PointStyle Class
    In This Topic
    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.
    Object Model
    PointStyle Class
    Syntax
    'Declaration
     
    Public Class PointStyle 
    public class PointStyle 
    Inheritance Hierarchy

    System.Object
       C1.Win.C1Chart.PointStyle

    See Also