Search
Axis.Length Property
See Also
 





Gets or sets the length of the axes as a numeric value.

Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf

 Syntax

C#  Copy Code

public double Length { get; set; }

Visual Basic  Copy Code

Public Property Length As Double

 Property Value

A double value. Default value is 100.0.

 Remarks

The length of the axis means the difference between the smallest and the largest number at the axis.

 See Also