ChartAxis Class

 

Updated: February 25, 2016

Represents the properties for labels, titles and gridlines along an axis.

Namespace:   Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

System::Object
  Microsoft.ReportingServices.OnDemandReportRendering::ChartObjectCollectionItem<T>
    Microsoft.ReportingServices.OnDemandReportRendering::ChartAxis

public ref class ChartAxis sealed : ChartObjectCollectionItem<ChartAxisInstance^>, 
	IROMStyleDefinitionContainer

NameDescription
System_CAPS_pubpropertyAllowLabelRotation

Gets a value that indicates the step by which axis labels can be incrementally rotated to fit within the chart.

System_CAPS_pubpropertyAngle

Gets the angle at which to display axis labels.

System_CAPS_pubpropertyArrows

Gets the type of arrows for axis labels.

System_CAPS_pubpropertyAxisScaleBreak

Gets the scale break properties for the chart axis.

System_CAPS_pubpropertyCrossAt

Gets the value at which to cross the other axis.

System_CAPS_pubpropertyCustomProperties

Gets the custom properties for the axis.

System_CAPS_pubpropertyHideEndLabels

Gets a value that indicates whether labels should be hidden at axis ends.

System_CAPS_pubpropertyHideLabels

Gets a value that indicates whether the axis labels are hidden.

System_CAPS_pubpropertyIncludeZero

Gets a value that indicates whether the axis should always include zero.

System_CAPS_pubpropertyInstance

Gets the report instance object that contains the calculated values of this report definition object.

System_CAPS_pubpropertyInterlaced

Gets a value that indicates whether to use strip lines for every other grid line, tick mark, or label interval of the axis.

System_CAPS_pubpropertyInterlacedColor

Gets the color of the interlaced strips.

System_CAPS_pubpropertyInterval

Gets the default interval between gridlines, tickmarks and labels.

System_CAPS_pubpropertyIntervalOffset

Gets the default offset for the first tickmark from the axis min.

System_CAPS_pubpropertyIntervalOffsetType

Gets the default units for the IntervalOffset.

System_CAPS_pubpropertyIntervalType

Gets the default units for the Interval.

System_CAPS_pubpropertyLabelInterval

Gets the interval between labels.

System_CAPS_pubpropertyLabelIntervalOffset

Gets the offset for the first label from the axis min.

System_CAPS_pubpropertyLabelIntervalOffsetType

Gets the units for the LabelIntervalOffset.

System_CAPS_pubpropertyLabelIntervalType

Gets the units for the LabelInterval.

System_CAPS_pubpropertyLabelsAutoFitDisabled

Gets a value that indicates whether axis labels should be automatically adjusted to fit.

System_CAPS_pubpropertyLocation

Gets a value that indicates whether the axis is drawn on the default side or on the opposite side.

System_CAPS_pubpropertyLogBase

Gets the base to use for logarithmic scale.

System_CAPS_pubpropertyLogScale

Gets a value that indicates whether the axis is logarithmic.

System_CAPS_pubpropertyMajorGridLines

Gets the major grid lines for the chart axis.

System_CAPS_pubpropertyMajorTickMarks

Gets the major tick marks for the chart axis.

System_CAPS_pubpropertyMargin

Gets a value that indicates whether an axis margin will be created.

System_CAPS_pubpropertyMarksAlwaysAtPlotEdge

Gets a value that indicates whether the marks should stay with the edge of the plot area rather than moving with the axis.

System_CAPS_pubpropertyMaxFontSize

Gets the maximum font size when autofitting labels.

System_CAPS_pubpropertyMaximum

Gest the maximum value for the axis.

System_CAPS_pubpropertyMinFontSize

Gets the minimum font size when autofitting labels.

System_CAPS_pubpropertyMinimum

Gets the minimum value for the axis.

System_CAPS_pubpropertyMinorGridLines

Gets the minor grid lines for the axis.

System_CAPS_pubpropertyMinorTickMarks

Gets the minor tick marks for the axis.

System_CAPS_pubpropertyName

Gets the name of the axis.

System_CAPS_pubpropertyOffsetLabels

Gets a value that indicates whether the labels should be offset.

System_CAPS_pubpropertyPreventFontGrow

Gets a value that indicates whether to prevent the axis label font size from growing to fit within the chart.

System_CAPS_pubpropertyPreventFontShrink

Gets a value that indicates whether to prevent the axis label font size from shrinking to fit within the chart.

System_CAPS_pubpropertyPreventLabelOffset

Gets a value that indicates whether to prevent the axis labels from being staggered to fit within the chart.

System_CAPS_pubpropertyPreventWordWrap

Gets a value that indicates whether to prevenet the axis label text from being wrapped to fit within the chart.

System_CAPS_pubpropertyReverse

Gets a value that indicates whether the axis should be plotted in the reverse direction.

System_CAPS_pubpropertyScalar

Gets a Boolean value that indicates whether the values along this axis are scalar values (numeric or date) which should be displayed on the chart in a continuous axis.

System_CAPS_pubpropertyStripLines

Gets the strip lines for the axis.

System_CAPS_pubpropertyStyle

Gets the style properties of this report definition object.

System_CAPS_pubpropertyTitle

Gets the title of the axis.

System_CAPS_pubpropertyVariableAutoInterval

Gets a value that indicates whether if an automatic interval is calculated.

System_CAPS_pubpropertyVisible

Gets a value that indicates whether the axis is displayed.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: