ReportElementAxisUseValues Property |
For Numeric or Date Time axis, if true, the element values are used for the axis, otherwise axis values are linear. This feature does not work for all types of chart.
Namespace:
Seal.Model
Assembly:
SealLibrary (in SealLibrary.dll) Version: 6.0.0.0 (6.0.0.0)
Syntax[DefaultValueAttribute(true)]
public bool AxisUseValues { get; set; }
<DefaultValueAttribute(true)>
Public Property AxisUseValues As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool AxisUseValues {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(true)>]
member AxisUseValues : bool with get, set
Property Value
Type:
Boolean
See Also