다음을 통해 공유


ChartAxis 클래스

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

상속 계층

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<ChartAxisInstance>
    Microsoft.ReportingServices.OnDemandReportRendering.ChartAxis

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public NotInheritable Class ChartAxis _
    Inherits ChartObjectCollectionItem(Of ChartAxisInstance) _
    Implements IROMStyleDefinitionContainer
‘사용 방법
Dim instance As ChartAxis
public sealed class ChartAxis : ChartObjectCollectionItem<ChartAxisInstance>, 
    IROMStyleDefinitionContainer
public ref class ChartAxis sealed : public ChartObjectCollectionItem<ChartAxisInstance^>, 
    IROMStyleDefinitionContainer
[<SealedAttribute>]
type ChartAxis =  
    class 
        inherit ChartObjectCollectionItem<ChartAxisInstance>
        interface IROMStyleDefinitionContainer 
    end
public final class ChartAxis extends ChartObjectCollectionItem<ChartAxisInstance> implements IROMStyleDefinitionContainer

ChartAxis 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 AllowLabelRotation Gets a value that indicates the step by which axis labels can be incrementally rotated to fit within the chart.
공용 속성 Angle Gets the angle at which to display axis labels.
공용 속성 Arrows Gets the type of arrows for axis labels.
공용 속성 AxisScaleBreak Gets the scale break properties for the chart axis.
공용 속성 CrossAt Gets the value at which to cross the other axis.
공용 속성 CustomProperties Gets the custom properties for the axis.
공용 속성 HideEndLabels Gets a value that indicates whether labels should be hidden at axis ends.
공용 속성 HideLabels Gets a value that indicates whether the axis labels are hidden.
공용 속성 IncludeZero Gets a value that indicates whether the axis should always include zero.
공용 속성 Instance Gets the report instance object that contains the calculated values of this report definition object.
공용 속성 Interlaced Gets a value that indicates whether to use strip lines for every other grid line, tick mark, or label interval of the axis.
공용 속성 InterlacedColor Gets the color of the interlaced strips.
공용 속성 Interval Gets the default interval between gridlines, tickmarks and labels.
공용 속성 IntervalOffset Gets the default offset for the first tickmark from the axis min.
공용 속성 IntervalOffsetType Gets the default units for the IntervalOffset.
공용 속성 IntervalType Gets the default units for the Interval.
공용 속성 LabelInterval Gets the interval between labels.
공용 속성 LabelIntervalOffset Gets the offset for the first label from the axis min.
공용 속성 LabelIntervalOffsetType Gets the units for the LabelIntervalOffset.
공용 속성 LabelIntervalType Gets the units for the LabelInterval.
공용 속성 LabelsAutoFitDisabled Gets a value that indicates whether axis labels should be automatically adjusted to fit.
공용 속성 Location Gets a value that indicates whether the axis is drawn on the default side or on the opposite side.
공용 속성 LogBase Gets the base to use for logarithmic scale.
공용 속성 LogScale Gets a value that indicates whether the axis is logarithmic.
공용 속성 MajorGridLines Gets the major grid lines for the chart axis.
공용 속성 MajorTickMarks Gets the major tick marks for the chart axis.
공용 속성 Margin Gets a value that indicates whether an axis margin will be created.
공용 속성 MarksAlwaysAtPlotEdge Gets a value that indicates whether the marks should stay with the edge of the plot area rather than moving with the axis.
공용 속성 MaxFontSize Gets the maximum font size when autofitting labels.
공용 속성 Maximum Gest the maximum value for the axis.
공용 속성 MinFontSize Gets the minimum font size when autofitting labels.
공용 속성 Minimum Gets the minimum value for the axis.
공용 속성 MinorGridLines Gets the minor grid lines for the axis.
공용 속성 MinorTickMarks Gets the minor tick marks for the axis.
공용 속성 Name Gets the name of the axis.
공용 속성 OffsetLabels Gets a value that indicates whether the labels should be offset.
공용 속성 PreventFontGrow Gets a value that indicates whether to prevent the axis label font size from growing to fit within the chart.
공용 속성 PreventFontShrink Gets a value that indicates whether to prevent the axis label font size from shrinking to fit within the chart.
공용 속성 PreventLabelOffset Gets a value that indicates whether to prevent the axis labels from being staggered to fit within the chart.
공용 속성 PreventWordWrap Gets a value that indicates whether to prevenet the axis label text from being wrapped to fit within the chart.
공용 속성 Reverse Gets a value that indicates whether the axis should be plotted in the reverse direction.
공용 속성 Scalar 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.
공용 속성 StripLines Gets the strip lines for the axis.
공용 속성 Style Gets the style properties of this report definition object.
공용 속성 Title Gets the title of the axis.
공용 속성 VariableAutoInterval Gets a value that indicates whether if an automatic interval is calculated.
공용 속성 Visible Gets a value that indicates whether the axis is displayed.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스