FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DArea Class / Style Property

In This Topic
    Style Property (Chart2DArea)
    In This Topic
    Gets the style of the chart area.
    Syntax
    'Declaration
     
    Public ReadOnly Property Style As ChartStyle
    public ChartStyle Style {get;}
    Remarks
    Inherits from the C1.Win.FlexReport.ChartField.DefaultStyle. The chart elements included within the Chart2DArea area, including Axes and PlotArea innherit their styles from the Chart2DArea style.
    See Also