ComponentOne FinancialChart for WPF
PlotStyle Property



C1.WPF.Chart Namespace > FlexChartBase Class : PlotStyle Property
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

Reference

FlexChartBase Class
FlexChartBase Members