Dundas.SharePoint.Charting.WebParts Send comments on this topic.
AxisScale Class Members
See Also  Properties  Methods 
Dundas.Charting.WebControl Namespace : AxisScale Class


The following tables list the members exposed by AxisScale.

Public Constructors

  Name Description
Public Constructor AxisScale Constructor Default constructor  
Top

Public Properties

  Name Description
Public Property Crossing Point where axis is crossed by another axis.  
Public Property Enabled Enables or disables the axis.  
Public Property IntervalAutoMode Determines if fixed number of intervals used on the axis or number of intervals depends on the axis size.  
Public Property LogarithmBase Base of the logarithm used in logarithmic scale. By default this value is 10.  
Public Property Logarithmic Logarithmic scale recalculate the values shown in the Minimum, Maximum, boxes as powers of LogarithmBase for the value axis, based on the range of data. No zeros or negative data values are permitted on logarithmic charts.  
Public Property Margin If true, a space is added between the first and the last data points and the border of chart area.  
Public Property Maximum Maximum axis value  
Public Property Minimum The Minimum Axis value  
Public Property Reverse The values on the axis are in reverse order. The direction of values on the axis is flipped.  
Public Property ScaleBreakStyle Axis automatic scale breaks style.  
Public Property ScrollBar Axis scroll bar settings.  
Public Property StartFromZero If true, this property will set auto minimum value to zero if all data point values are positive. Otherwise, minimum value from data points will be used.  
Public Property View Axis data view settings.  
Top

Public Methods

  Name Description
Public Method Dispose Overloaded.   
Public Method GetPosition This function converts axis value to relative position (0-100%). If an axis has logarithmic scale, value is converted to a linear scale.  
Public Method PixelPositionToValue This function converts pixel position to an axis value. If an axis has logarithmic scale, value is converted to a linear scale.  
Public Method PositionToValue This function converts relative position to an axis value. If an axis has logarithmic scale, value is converted to a linear scale.  
Public Method ValueToPixelPosition This function converts an axis value to pixel position. If an axis has logarithmic scale, value is converted to a linear scale.  
Public Method ValueToPosition This function converts an axis value to relative position (0-100%). If an axis has logarithmic scale, value is converted to a linear scale.  
Top

See Also