ComponentOne Chart for WPF and Silverlight
AxisSize Property


C1.WPF.C1Chart Namespace > ChartView Class : AxisSize Property
Gets or sets the relative size of axis area comparing with the whole plot cube.
Syntax
'Declaration
 
Public Property AxisSize As System.Windows.Media.Media3D.Size3D
'Usage
 
Dim instance As ChartView
Dim value As System.Windows.Media.Media3D.Size3D
 
instance.AxisSize = value
 
value = instance.AxisSize
public System.Windows.Media.Media3D.Size3D AxisSize {get; set;}
Remarks
3D only
See Also

Reference

ChartView Class
ChartView Members