Interface IXLChartNumberingFormat
- Namespace
- SlapKit.Excel.Excel.Charts.ChartStyle
- Assembly
- SlapKit.Excel.dll
Defines options to format numerical data in cells.
public interface IXLChartNumberingFormat
- Extension Methods
Properties
Format
Gets or sets the number format to be applied.
string? Format { get; set; }
Property Value
SourceLinked
Gets or sets whether the number format is linked to and consistent with the source of the axis values.
bool SourceLinked { get; set; }