Charting for WPF Programmer's Guide

AxisSettings.AxisLength Property

See Also
 


Gets or sets the length of the axis.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public double AxisLength { get; set; }

Visual Basic  Copy Code

Public Property AxisLength As Double

 Property Value

A double value. Default is double.NaN.

 Remarks

When the AxisLength property is not set the control calculates the length of the axis automatically. Otherwise the AxisLength value is used. 

 See Also