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


The following tables list the members exposed by SubAxis.

Public Constructors

  Name Description
Public Constructor SubAxis Constructor Overloaded.  Default constructor  
Top

Public Properties

  Name Description
Public Property Arrows Axis arrows (Inherited from Axis)
Public Property CustomLabels Custom labels collection. (Inherited from AxisLabels)
Public Property Enabled Enables or disables the axis. (Inherited from AxisScale)
Public Property Href URL target of the axis. (Inherited from Axis)
Public Property Interlaced Indicates that interlaced strip lines will be displayed for the axis. (Inherited from Axis)
Public Property InterlacedColor Color used to draw interlaced strip lines for the axis. (Inherited from Axis)
Public Property Interval Axis interval size. (Inherited from Axis)
Public Property IntervalAutoMode Determines if fixed number of intervals used on the axis or number of intervals depends on the axis size. (Inherited from AxisScale)
Public Property IntervalOffset Axis interval offset. (Inherited from Axis)
Public Property IntervalOffsetType Axis interval offset type. (Inherited from Axis)
Public Property IntervalType Axis interval type. (Inherited from Axis)
Public Property LabelsAutoFit Set Auto Labels formating (Inherited from Axis)
Public Property LabelsAutoFitMaxFontSize Maximum font size that can be used by the labels auto-fitting algorithm. (Inherited from Axis)
Public Property LabelsAutoFitMinFontSize Minimum font size that can be used by the labels auto-fitting algorithm. (Inherited from Axis)
Public Property LabelsAutoFitStyle Labels auto-fit style. LabelsAutoFit must be set to true. (Inherited from Axis)
Public Property LabelStyle Label object (Inherited from AxisLabels)
Public Property LineColor Axis Line Color (Inherited from Axis)
Public Property LineStyle Axis Line Dash Style (Inherited from Axis)
Public Property LineWidth Axis Line Width (Inherited from Axis)
Public Property LocationOffset Sub axis location offset relative to the previous axis.  
Public Property LogarithmBase Base of the logarithm used in logarithmic scale. By default this value is 10. (Inherited from AxisScale)
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. (Inherited from AxisScale)
Public Property MajorGrid Major Gridlines (Inherited from Axis)
Public Property MajorTickMark Major Tick Mark (Inherited from Axis)
Public Property MapAreaAttributes Other attributes of the axis map area. (Inherited from Axis)
Public Property Margin If true, a space is added between the first and the last data points and the border of chart area. (Inherited from AxisScale)
Public Property Maximum Maximum axis value (Inherited from AxisScale)
Public Property Minimum The Minimum Axis value (Inherited from AxisScale)
Public Property MinorGrid Minor Gridlines (Inherited from Axis)
Public Property MinorTickMark Minor Tick Mark (Inherited from Axis)
Public Property Name Overridden.  SubAxis name.  
Public Property ParentAxis Sub axis parent axis.  
Public Property Reverse The values on the axis are in reverse order. The direction of values on the axis is flipped. (Inherited from AxisScale)
Public Property ScrollBar Axis scroll bar settings. (Inherited from AxisScale)
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. (Inherited from AxisScale)
Public Property StripLines Custom labels collection. (Inherited from Axis)
Public Property Title Axis Title (Inherited from Axis)
Public Property TitleAlignment Axis Title Alignment (Inherited from Axis)
Public Property TitleColor Axis Title Color (Inherited from Axis)
Public Property TitleFont Axis Title Font (Inherited from Axis)
Public Property ToolTip Tooltip of the axis. (Inherited from Axis)
Public Property Type Axis name. For internal use only! (Inherited from Axis)
Public Property View Axis data view settings. (Inherited from AxisScale)
Top

Public Methods

  Name Description
Public Method Dispose Overloaded.  (Inherited from Axis)
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. (Inherited from AxisScale)
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. (Inherited from AxisScale)
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. (Inherited from AxisScale)
Public Method RoundAxisValues This function will create auto maximum and minimum values using interval on the X axis. This function will make a gap between data points and border of the chart area. Note that this method can only be called for primary or secondary X axes. (Inherited from Axis)
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. (Inherited from AxisScale)
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. (Inherited from AxisScale)
Top

Protected Methods

  Name Description
Protected Method Finalize (Inherited from Axis)
Top

See Also