FlexChart | ComponentOne
C1.Win.FlexChart.8 Assembly / C1.Win.Chart.Styles.Base Namespace / FlexChartBaseStyles Class / Plot Property

In This Topic
    Plot Property (FlexChartBaseStyles)
    In This Topic
    Gets or sets style containing display attributes that determine the general appearance of the C1.Win.Chart.FlexChart plot area.
    Syntax
    'Declaration
     
    Public Property Plot As CommonBaseStyle
    public CommonBaseStyle Plot {get; set;}
    See Also