Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / MarkerFormat Class / rgbFore Property


In This Topic
    rgbFore Property (MarkerFormat)
    In This Topic
    the border color of the data marker. The default value of this field is automatically selected from the next available color in the chart color table.
    Syntax
    'Declaration
     
    
    Public Property rgbFore As LongRGB
    'Usage
     
    
    Dim instance As MarkerFormat
    Dim value As LongRGB
     
    instance.rgbFore = value
     
    value = instance.rgbFore
    public LongRGB rgbFore {get; set;}
    See Also