Gets or sets the length of the axes as a numeric value.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
SyntaxC#
Copy Code
|
|---|
public double Length { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Length As Double |
A double value. Default value is 100.0.
RemarksThe length of the axis means the difference between the smallest and the largest number at the axis.
See Also