Search
DataBoundSeries.OuterLabelsDataField Property
See Also
 






Gets or sets the name of outer labels data field in the data source.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string OuterLabelsDataField { get; set; }

Visual Basic  Copy Code

Public Property OuterLabelsDataField As String

 Property Value

A string value.

 See Also