GaugeScale.GaugeMajorTickMarks 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 or sets the major tick marks to display on the scale.
public:
property Microsoft::ReportingServices::RdlObjectModel::GaugeTickMarks ^ GaugeMajorTickMarks { Microsoft::ReportingServices::RdlObjectModel::GaugeTickMarks ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::GaugeTickMarks ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.GaugeTickMarks GaugeMajorTickMarks { get; set; }
member this.GaugeMajorTickMarks : Microsoft.ReportingServices.RdlObjectModel.GaugeTickMarks with get, set
Public Property GaugeMajorTickMarks As GaugeTickMarks
Property Value
A GaugeTickMarks object.