ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Options Namespace / _AxisOption Class / labelAngle Property

In This Topic
    labelAngle Property (_AxisOption)
    In This Topic
    Syntax
    'Declaration
     
    Public Property labelAngle As List(Of Nullable(Of Double))
    public List<Nullable<double>> labelAngle {get; set;}
    See Also