Interface IXLAxisDisplayUnit
- Namespace
- SlapKit.Excel.Excel.Charts.ExtendedChartTypeFeatures
- Assembly
- SlapKit.Excel.dll
public interface IXLAxisDisplayUnit
- Extension Methods
Properties
Label
string? Label { get; }
Property Value
ShowLabel
bool ShowLabel { get; }
Property Value
Type
XLAxisDisplayUnitType Type { get; set; }
Property Value
Methods
RemoveLabel()
void RemoveLabel()
SetLabel(string?)
void SetLabel(string? label = null)
Parameters
labelstring