Пример #1
0
 /// <summary>
 /// Method implementation for Generate Labels in ChartAxis
 /// </summary>
 protected override void GenerateVisibleLabels()
 {
     RangeAxisBaseHelper.GenerateVisibleLabels(this, SmallTickLineSize);
 }
Пример #2
0
 /// <summary>
 /// Method implementation for Add smallTicks to axis
 /// </summary>
 /// <param name="position"></param>
 /// <param name="interval"></param>
 protected internal override void AddSmallTicksPoint(double position, double interval)
 {
     RangeAxisBaseHelper.AddSmallTicksPoint(this, position, interval, SmallTicksPerInterval);
 }