ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / DataLabelBase Class / Content Property

In This Topic
    Content Property (DataLabelBase)
    In This Topic
    Gets or sets the content of data labels.
    Syntax
    'Declaration
     
    Public Property Content As System.String
    public System.string Content {get; set;}
    See Also