MarkerForegroundColor Property |
Represents the marker foreground color in a line chart, scatter chart, or radar chart.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic Color ForegroundColor { get; set; }
Public Property ForegroundColor As Color
Get
Set
public:
property Color ForegroundColor {
Color get ();
void set (Color value);
}
member ForegroundColor : Color with get, set
Property Value
Type:
Color
See Also