Show / Hide Table of Contents

Class DataLabel

Inheritance
System.Object
ChartPart
ChartPartWithText
DataLabel
DataLabels
Inherited Members
ChartPartWithText.FormattedText
ChartPart.Fill
ChartPart.Border
ChartPart.Effects
Namespace: DRIT.Spreadsheet.Chart
Assembly: DRIT.Spreadsheet.dll
Syntax
public class DataLabel : ChartPartWithText

Constructors

DataLabel()

Declaration
public DataLabel()

Properties

NumberFormat

Declaration
public NumberFormat NumberFormat { get; set; }
Property Value
Type Description
NumberFormat

Position

Declaration
public DataLabelPosition Position { get; set; }
Property Value
Type Description
DataLabelPosition

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
Back to top Generated by DocFX