Class DataLabel
Inheritance
System.Object
DataLabel
Assembly: DRIT.Spreadsheet.dll
Syntax
public class DataLabel : ChartPartWithText
Constructors
DataLabel()
Declaration
Properties
Declaration
public NumberFormat NumberFormat { get; set; }
Property Value
Position
Declaration
public DataLabelPosition Position { get; set; }
Property Value
Separator
Declaration
public string Separator { get; set; }
Property Value
Type |
Description |
System.String |
|
ShowCategoryName
Declaration
public bool ShowCategoryName { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowLegendKey
Declaration
public bool ShowLegendKey { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowSeriesName
Declaration
public bool ShowSeriesName { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowValue
Declaration
public bool ShowValue { get; set; }
Property Value
Type |
Description |
System.Boolean |
|