FlexChart | ComponentOne
C1.Win.FlexChart.8 Assembly / C1.Win.Chart.Styles.Base Namespace / AxisBaseStyle Class / MajorGrid Property

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