ChartAxis.Arrows Property

Definition

Gets the type of arrows for axis labels.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ChartAxisArrow> ^ Arrows { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ChartAxisArrow> ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisArrow> Arrows { get; }
member this.Arrows : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisArrow>
Public ReadOnly Property Arrows As ReportEnumProperty(Of ChartAxisArrow)

Property Value

A ReportEnumProperty<EnumType> object.

Applies to