ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Bar Class / autoStyle Field


In This Topic
    autoStyle Field (Bar)
    In This Topic
    Stores automatic shape style that was set to the plot element.
    Syntax
    'Declaration
     
    
    Protected autoStyle As ShapeStyle
    'Usage
     
    
    Dim instance As Bar
    Dim value As ShapeStyle
     
    value = instance.autoStyle
     
    instance.autoStyle = value
    protected ShapeStyle autoStyle
    See Also