[]
        
(Showing Draft Content)

C1.iOS.Chart.DataLabelBase

DataLabelBase Class

Base class for chart data labels.

Inheritance
DataLabelBase
Namespace: C1.iOS.Chart
Assembly: C1.iOS.Chart.dll
Syntax
public abstract class DataLabelBase : Object, IDependencyObject, IStyleProvider

Constructors

Name Description
DataLabelBase()

Creates an istance of DataLabelBase.

Fields

Name Description
BorderProperty

Identifies the Border dependency property.

BorderStyleProperty

Identifies the BorderStyle dependency property.

ConnectingLineProperty

Identifies the ConnectingLine dependency property.

ContentProperty

Identifies the Content dependency property.

OffsetProperty

Identifies the Offset dependency property.

StyleProperty

Identifies the Style dependency property.

Properties

Name Description
Border

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

BorderStyle

Gets or sets the border style of the label.

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.

Style

Gets or sets the style of the label.

Methods

Name Description
GetValue(DependencyProperty)

Get value of chart data label properties.

Invalidate()

Invalidates the parent chart.

InvalidateDataLabel()

Invalidates the data label.

SetValue(DependencyProperty, object)

Set value of chart data label properties.