ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _MergedLinearLegendDataModel Class / __ticks Property

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