Spread WinForms 15
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
See Also