OfficeIMO

API Reference

Class

PowerPointChartDataLabelTemplate

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Defines reusable data label settings for PowerPoint chart series.

Inheritance

  • Object
  • PowerPointChartDataLabelTemplate

Constructors

public PowerPointChartDataLabelTemplate() #

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<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 FontName { get; set; } #

Font name.

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.

public Boolean NoFill { get; set; } #

Disable fill.

public Boolean NoLine { get; set; } #

Disable line.