ReportElementYAxisType Property |
Definition of the Y axis of the serie (Primary or Secondary)
Namespace:
Seal.Model
Assembly:
SealLibrary (in SealLibrary.dll) Version: 6.1.0.0 (6.1.0.0)
Syntax[DefaultValueAttribute(AxisType.Primary)]
public AxisType YAxisType { get; set; }
<DefaultValueAttribute(AxisType.Primary)>
Public Property YAxisType As AxisType
Get
Set
public:
[DefaultValueAttribute(AxisType::Primary)]
property AxisType YAxisType {
AxisType get ();
void set (AxisType value);
}
[<DefaultValueAttribute(AxisType.Primary)>]
member YAxisType : AxisType with get, set
Property Value
Type:
AxisType
See Also