WinRTXamlToolkit.Controls.DataVisualization.Charting.LinearAxis.GetMajorTickMarkValues C# (CSharp) Method

GetMajorTickMarkValues() protected method

Returns a sequence of values to create major tick marks for.
protected GetMajorTickMarkValues ( Size availableSize ) : IEnumerable
availableSize Windows.Foundation.Size The available size.
return IEnumerable
        protected override IEnumerable<IComparable> GetMajorTickMarkValues(Size availableSize)
        {
            return GetMajorValues(availableSize).CastWrapper<IComparable>();
        }