ChartAxis.MajorTickMarks Property
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.
Gets the major tick marks for the chart axis.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ChartTickMarks ^ MajorTickMarks { Microsoft::ReportingServices::OnDemandReportRendering::ChartTickMarks ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ChartTickMarks MajorTickMarks { get; }
member this.MajorTickMarks : Microsoft.ReportingServices.OnDemandReportRendering.ChartTickMarks
Public ReadOnly Property MajorTickMarks As ChartTickMarks
Property Value
A ChartTickMarks object.