DataLabels ClassBytescout Spreadsheet SDK
Specifies the settings for the data labels for an entire series or the entire chart.
Inheritance Hierarchy

SystemObject
  Bytescout.Spreadsheet.ChartsDataLabels

Namespace:  Bytescout.Spreadsheet.Charts
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public class DataLabels

The DataLabels type exposes the following members.

Constructors

  NameDescription
Public methodDataLabels
Initializes a new instance of the DataLabels class
Top
Properties

  NameDescription
Public propertyShowBubbleSize
Gets or sets a value indicating whether bubble size shall be shown in a data label.
Public propertyShowCategoryName
Gets or sets a value indicating whether category name shall be shown in the data label.
Public propertyShowLeaderLines
Gets or sets a value indicating whether leader lines shall be shown for data labels.
Public propertyShowLegendKey
Gets or sets a value indicating whether legend keys shall be shown in data labels.
Public propertyShowPercent
Gets or sets a value indicating whether percentage shall be shown in a data label.
Public propertyShowSeriesName
Gets or sets a value indicating whether series name shall be shown in a data label.
Public propertyShowValue
Gets or sets a value indicating whether value shall be shown in a data label.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference