ChartAxis.ChartMinorTickMarks 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 minor tick marks for the axis.
public:
property Microsoft::ReportingServices::RdlObjectModel::ChartTickMarks ^ ChartMinorTickMarks { Microsoft::ReportingServices::RdlObjectModel::ChartTickMarks ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::ChartTickMarks ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.ChartTickMarks ChartMinorTickMarks { get; set; }
member this.ChartMinorTickMarks : Microsoft.ReportingServices.RdlObjectModel.ChartTickMarks with get, set
Public Property ChartMinorTickMarks As ChartTickMarks
Property Value
A ChartTickMarks object.