ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PlotStyle Enumeration


In This Topic
    PlotStyle Enumeration
    In This Topic
    Describes plot style.
    Syntax
    'Declaration
     
    
    Public Enum PlotStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PlotStyle
    public enum PlotStyle : System.Enum 
    Members
    MemberDescription
    BarSymbol fills up the area between the data point and origin.
    PointCenter of the symbol is at the data point.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.C1Chart.PlotStyle

    See Also