Gets or sets the custom outer labels. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public IList OuterLabel { get; set; } |
Visual Basic Copy Code |
---|
Public Property OuterLabel As IList |
A list of objects to use as labels. The default is a list with five strings { "Jan", "Feb", "March", "April", "May" }.
OuterLabel property is used when the OuterLabelType is CustomText. Custom outer labels are read from the OuterLabelPath property if DataSource is not null (Nothing in Visual Basic).