Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the major tick marks for the chart axis.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MajorTickMarks As ChartTickMarks
Get
'Usage
Dim instance As ChartAxis
Dim value As ChartTickMarks
value = instance.MajorTickMarks
public ChartTickMarks MajorTickMarks { get; }
public:
property ChartTickMarks^ MajorTickMarks {
ChartTickMarks^ get ();
}
member MajorTickMarks : ChartTickMarks
function get MajorTickMarks () : ChartTickMarks
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartTickMarks
A ChartTickMarks object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace