XlsChartSerieDataFormat
MarkerBackColorObject Property
|
Gets object that holds marker background color.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public OColor MarkerBackColorObject { get; }
Public ReadOnly Property MarkerBackColorObject As OColor
Get
public:
property OColor^ MarkerBackColorObject {
OColor^ get ();
}
member MarkerBackColorObject : OColor with get
Property Value
Type:
OColor
See Also