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

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