ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / FlexChartBase Class / PlotStyle Property



In This Topic
    PlotStyle Property
    In This Topic
    Gets or sets chart plot area style.
    Syntax
    'Declaration
     
    
    Public Property PlotStyle As ChartStyle
    'Usage
     
    
    Dim instance As FlexChartBase
    Dim value As ChartStyle
     
    instance.PlotStyle = value
     
    value = instance.PlotStyle
    public ChartStyle PlotStyle {get; set;}
    public:
    property ChartStyle^ PlotStyle {
       ChartStyle^ get();
       void set (    ChartStyle^ value);
    }
    See Also