ComponentOne Chart for WPF and Silverlight
PlotStyle Enumeration


C1.WPF.C1Chart Namespace : PlotStyle Enumeration
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

Reference

C1.WPF.C1Chart Namespace