[]
        
(Showing Draft Content)

C1.Android.Chart.ChartDataLabel

ChartDataLabel Class

Represents chart data label.

Inheritance
ChartDataLabel
Namespace: C1.Android.Chart
Assembly: C1.Android.Chart.dll
Syntax
public class ChartDataLabel : DataLabelBase, IDependencyObject, IChartDataLabel, IStyleProvider

Constructors

Name Description
ChartDataLabel()

Fields

Name Description
AngleProperty

Identifies the Angle dependency property.

ContentOptionsProperty

Identifies the ContentOptions dependency property.

MaxAutoLabelsProperty

Identifies the MaxAutoLabels dependency property.

MaxLinesProperty

Identifies the MaxLines dependency property.

MaxWidthProperty

Identifies the Overlapping dependency property.

OverlappingOptionsProperty

Identifies the OverlappingOptions dependency property.

OverlappingProperty

Identifies the Overlapping dependency property.

PositionProperty

Identifies the ChartPositionType dependency property.

Properties

Name Description
Angle

Gets or sets the value which indicates how to rotate angle of data labels.

ContentOptions

Gets or sets the value which indicates how to set content options of data labels.

MaxAutoLabels

Gets or sets the value which indicates how to handle max value of auto labels.

MaxLines

Gets or sets the value which indicates how to set max lines value of data labels .

MaxWidth

Gets or sets the value which indicates how to set max width value of data labels.

Overlapping

Gets or sets the value which indicates how to handle overlapping data labels.

OverlappingOptions

Gets or sets the value which indicates how to handle overlapped options.

Position

Gets or sets the position of data labels.

Methods

Name Description
OnDataLabelPropertyChanged(object, object)

Fires when data label property changes.