ChartTickMarks Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents tick marks along an axis.
public ref class ChartTickMarks sealed : Microsoft::ReportingServices::OnDemandReportRendering::IROMStyleDefinitionContainer
public sealed class ChartTickMarks : Microsoft.ReportingServices.OnDemandReportRendering.IROMStyleDefinitionContainer
type ChartTickMarks = class
interface IROMStyleDefinitionContainer
Public NotInheritable Class ChartTickMarks
Implements IROMStyleDefinitionContainer
- Inheritance
-
ChartTickMarks
- Implements
Properties
Enabled |
Gets an expression that evaluates to a value that indicates whether the tickmarks should be shown. |
Instance |
Gets the report instance object that contains the calculated values of this report definition object. |
Interval |
Gets an expression that evaluates to the interval between tickmarks. |
IntervalOffset |
Gets an expression that evaluates to the offset for the first tickmark from the axis min. |
IntervalOffsetType |
Gets an expression that evaluates to the units for the IntervalOffset. |
IntervalType |
Gets an expression that evaluates to the units for the Interval. |
Length |
Gets an expression that evaluates to the length of the tickmark, as a percentage of the chart size. |
Style |
Gets the style properties of this report definition object. |
Type |
Gets an expression that evaluates to the type of the tick mark. |