XlsChartDataPointsCollection
DefaultDataPoint Property
|
Returns default data point which describes formats for data points without format. 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 IChartDataPoint DefaultDataPoint { get; }
Public ReadOnly Property DefaultDataPoint As IChartDataPoint
Get
public:
virtual property IChartDataPoint^ DefaultDataPoint {
IChartDataPoint^ get () sealed;
}
abstract DefaultDataPoint : IChartDataPoint with get
override DefaultDataPoint : IChartDataPoint with get
Property Value
Type:
IChartDataPoint
Implements
IChartDataPoints
DefaultDataPoint
See Also