FlexChart | ComponentOne
C1.Chart Assembly / C1.Chart.Standard Namespace / Axis Class / CustomLabels Property

In This Topic
    CustomLabels Property
    In This Topic
    Syntax
    'Declaration
     
    Public Property CustomLabels As System.Collections.Generic.Dictionary(Of Double,String)
    public System.Collections.Generic.Dictionary<double,string> CustomLabels {get; set;}
    See Also