ChartAxis 类

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

继承层次结构

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.ChartAxis

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Class ChartAxis _
    Inherits ReportObject _
    Implements INamedObject
用法
Dim instance As ChartAxis
public class ChartAxis : ReportObject, INamedObject
public ref class ChartAxis : public ReportObject, 
    INamedObject
type ChartAxis =  
    class
        inherit ReportObject
        interface INamedObject
    end
public class ChartAxis extends ReportObject implements INamedObject

ChartAxis 类型公开以下成员。

构造函数

  名称 说明
公共方法 ChartAxis Creates a new instance of the ChartAxis class.

页首

属性

  名称 说明
公共属性 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.
公共属性 ChartAxisScaleBreak Defines scale break behavior for the axis.
公共属性 ChartAxisTitle Defines a title for the axis.
公共属性 ChartMajorGridLines Indicates major gridlines should be displayed for this axis.
公共属性 ChartMajorTickMarks Defines major tick marks for the axis.
公共属性 ChartMinorGridLines Indicates minor gridlines should be displayed for this axis.
公共属性 ChartMinorTickMarks Defines minor tick marks for the axis.
公共属性 ChartStripLines Custom strip lines for the axis.
公共属性 ComponentMetadata The component metadata. (从 ReportObject 继承。)
公共属性 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.
公共属性 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.
公共属性 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.
公共属性 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.
公共属性 Name Gets the name of the axis.
公共属性 OffsetLabels Gets a value that indicates whether the labels should be offset.
公共属性 Parent The parent of this report object. (从 ReportObjectBase 继承。)
公共属性 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.
公共属性 Site 基础结构。 (从 ReportObject 继承。)
公共属性 Style Gets the style properties of this report definition object.
公共属性 SyncMaximum 基础结构。
公共属性 SyncMinimum 基础结构。
公共属性 SyncScope 基础结构。
公共属性 VariableAutoInterval Gets a value that indicates whether an automatic interval is calculated.
公共属性 Visible Gets a value that indicates whether the axis is displayed.

页首

方法

  名称 说明
公共方法 DeepClone Returns a deep clone of this ReportObject instance. (从 ReportObject 继承。)
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetContainingDataScopes 基础结构。 (从 ReportObject 继承。)
受保护方法 GetDataScopesForDefaultImpl 基础结构。 (从 ReportObject 继承。)
受保护方法 GetDependenciesCore 基础结构。 (从 ReportObject 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 Initialize Initializes an instance of the ChartAxis class. (覆盖 ReportObject.Initialize()。)
受保护方法 InitializeForDesigner 基础结构。 (从 ReportObject 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
受保护方法 OnChildPropertyChanged 基础结构。 (从 ReportObject 继承。)
受保护方法 OnPropertyChanged 基础结构。 (从 ReportObject 继承。)
受保护方法 RdlSemanticEqualsCore 基础结构。 (从 ReportObject 继承。)
受保护方法 SavePropertyValue<T> 基础结构。 (从 ReportObject 继承。)
公共方法 ToString (从 Object 继承。)

页首

显式接口实现

  名称 说明
显式接口实现私有方法 IDisposable.Dispose (从 ReportObject 继承。)
显式接口实现私有事件 IComponent.Disposed (从 ReportObject 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。