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

In This Topic
    Content Property (C1LineMarker)
    In This Topic
    Gets or sets the content function that allows you to customize the text content of the LineMarker.
    Syntax
    'Declaration
     
    Public Property Content As System.Object
    public System.object Content {get; set;}
    See Also