ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / DataLabelBase Class / Style Property

In This Topic
    Style Property (DataLabelBase)
    In This Topic
    Gets the style of data labels.
    Syntax
    'Declaration
     
    
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <C1DescriptionAttribute("DataLabelBase.Style", "Gets the style of data labels.")>
    Public ReadOnly Property Style As ChartStyle
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [C1Description("DataLabelBase.Style", "Gets the style of data labels.")]
    public ChartStyle Style {get;}
    See Also