Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the minor tick marks for the axis.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MinorTickMarks As ChartTickMarks
Get
'Usage
Dim instance As ChartAxis
Dim value As ChartTickMarks
value = instance.MinorTickMarks
public ChartTickMarks MinorTickMarks { get; }
public:
property ChartTickMarks^ MinorTickMarks {
ChartTickMarks^ get ();
}
member MinorTickMarks : ChartTickMarks
function get MinorTickMarks () : ChartTickMarks
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartTickMarks
A ChartTickMarks object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace