Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Axis3D Class / MajorGridlinesStrokeThemeColor Property


In This Topic
    MajorGridlinesStrokeThemeColor Property (Axis3D)
    In This Topic
    Gets or sets the color of the major grid stroke theme.
    Syntax
    'Declaration
     
    Public Property MajorGridlinesStrokeThemeColor As String
    'Usage
     
    Dim instance As Axis3D
    Dim value As String
     
    instance.MajorGridlinesStrokeThemeColor = value
     
    value = instance.MajorGridlinesStrokeThemeColor
    public string MajorGridlinesStrokeThemeColor {get; set;}

    Property Value

    The color of the major grid stroke theme.
    See Also