ChartAxis.Arrows Property

Definition

Gets or sets the type of arrows for axis labels.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ChartArrowsTypes> Arrows { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ChartArrowsTypes> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ChartArrowsTypes> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ChartArrowsTypes> Arrows { get; set; }
member this.Arrows : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ChartArrowsTypes> with get, set
Public Property Arrows As ReportExpression(Of ChartArrowsTypes)

Property Value

A ReportExpression<T> object.

Applies to