ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / DataLabel Class / ContentOptions Property

In This Topic
    ContentOptions Property (DataLabel)
    In This Topic
    Gets or sets the data label content options.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("DataLabel.ContentOptions", "Gets or sets the data label content options.")>
    Public Property ContentOptions As ContentOptions
    [C1Description("DataLabel.ContentOptions", "Gets or sets the data label content options.")]
    public ContentOptions ContentOptions {get; set;}
    See Also