ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ChartView Class / PlotShape Property


In This Topic
    PlotShape Property
    In This Topic
    Gets or sets the shape that should be rendered on the plot background.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PlotShape As Shape
    'Usage
     
    
    Dim instance As ChartView
    Dim value As Shape
     
    value = instance.PlotShape
    public Shape PlotShape {get;}
    See Also