[]
        
(Showing Draft Content)

C1.WPF.Document.FlexChart.DataLabelBase

DataLabelBase Class

Base class for data label.

Inheritance
OwnedObject
DataLabelBase
Implements
IStyleProvider
Namespace: C1.WPF.Document.FlexChart
Assembly: C1.WPF.Document.dll
Syntax
public abstract class DataLabelBase : OwnedObject, IStyleProvider

Constructors

Name Description
DataLabelBase()

Properties

Name Description
Border

Gets or sets a value indicating whether the label has border.

BorderStyle

Gets the border style of data labels.

ConnectingLine

Gets or sets a value indicating whether the data labels have a line connecting them with corresponding data point.

Content

Gets or sets the content of data labels.

Offset

Gets or sets the offset of data label from corresponding data point in twips, 0 (default) indicates auto value.

Owner

Gets or sets the C1.WPF.Document.FlexChart.ChartBase owner.

Style

Gets the style of data labels.

Methods

Name Description
AssignFrom(object)

Assigns all from another object.