Dundas Chart for Windows Forms
Logarithmic Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Axis Class : Logarithmic Property


Gets or sets a boolean value that determines if an axis is logarithmic.

Syntax

Visual Basic (Declaration)  
Public Property Logarithmic As Boolean
Visual Basic (Usage) Copy Code
Dim instance As Axis
Dim value As Boolean
 
instance.Logarithmic = value
 
value = instance.Logarithmic
C#  
public bool Logarithmic {get; set;}

Return Value

Returns True if logarithmic, false if not.  Defaults to "false".

Remarks

Determines if an axis is logarithmic. The logarithmic base is defined by the property, LogarithmBase.

Note that this is only applicable to value axes, which are used to plot data. Setting this for a categorical axis will result in an exception being thrown.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.