Gets or sets the path to the property of the DataSource used for retrieving custom outer labels. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C#
![]() |
---|
public string OuterLabelPath { get; set; } |
Visual Basic
![]() |
---|
Public Property OuterLabelPath As String |
A string value. The default is an empty string.
OuterLabelPath is used when OuterLabelType is set to CustomText and the DataSource is not null (Nothing in Visual Basic).
MindFusion.Charting for WPF Programmer's Guide | © 2025 MindFusion |