API Reference
Class
ExcelChartDataLabelTemplate
Defines reusable data label settings for chart series.
Inheritance
- Object
- ExcelChartDataLabelTemplate
Constructors
public ExcelChartDataLabelTemplate() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Boolean> ShowValue { get; set; } #Toggle value labels.
public Nullable<Boolean> ShowCategoryName { get; set; } #Toggle category name labels.
public Nullable<Boolean> ShowSeriesName { get; set; } #Toggle series name labels.
public Nullable<Boolean> ShowLegendKey { get; set; } #Toggle legend key labels.
public Nullable<Boolean> ShowPercent { get; set; } #Toggle percent labels.
public Nullable<Boolean> ShowBubbleSize { get; set; } #Toggle bubble size labels.
public Nullable<DataLabelPositionValues> Position { get; set; } #Sets label position.
public String NumberFormat { get; set; } #Number format code for labels.
public String Separator { get; set; } #Separator between label parts.
public Boolean SourceLinked { get; set; } #Use source-linked formatting for number format.
public Nullable<Boolean> ShowLeaderLines { get; set; } #Toggle leader lines for labels.
public String LeaderLineColor { get; set; } #Leader line color (hex).
public Nullable<Double> LeaderLineWidthPoints { get; set; } #Leader line width in points.
public Nullable<Double> FontSizePoints { get; set; } #Font size in points.
public Nullable<Boolean> Bold { get; set; } #Toggle bold text.
public Nullable<Boolean> Italic { get; set; } #Toggle italic text.
public String TextColor { get; set; } #Text color (hex).
public String FillColor { get; set; } #Fill color (hex).
public String LineColor { get; set; } #Line color (hex).
public Nullable<Double> LineWidthPoints { get; set; } #Line width in points.