ChartMarker.Type Property

Definition

Defines the marker type for values.

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

Property Value

A ReportExpression<T> object.

Applies to