XlsChartSerieDataFormat
Options Property
 | 
Gets common serie options. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public IChartFormat Options { get; }
 
Public ReadOnly Property Options As IChartFormat
	Get
 
public:
virtual property IChartFormat^ Options {
	IChartFormat^ get () sealed;
}
 
abstract Options : IChartFormat with get
override Options : IChartFormat with get
 
 
 
Property Value
Type:
IChartFormat
Implements
IChartSerieDataFormat
Options
 
See Also