Sdílet prostřednictvím


ChartTickMarks Members

Include Protected Members
Include Inherited Members

Represents tick marks along an axis.

The ChartTickMarks type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Enabled Indicates the tickmarks should be shown.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property Interval Interval between tickmarks.
Public property IntervalOffset Offset for the first tickmark from the axis min.
Public property IntervalOffsetType Units for the IntervalOffset.
Public property IntervalType Units for the Interval.
Public property Length Length of the tickmark, as a percentage of the chart size.
Public property Style Gets the style properties of this report definition object.
Public property Type Type of the tick mark.

Top