AxisTitle3DAllowUpsideDown Property |
LightningChart .NET Help
Gets or sets if allow title to be upside down. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Titles
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(bool), "False")]
public bool AllowUpsideDown { get; set; }<DefaultValueAttribute(GetType(Boolean), "False")>
Public Property AllowUpsideDown As Boolean
Get
Set
public:
[DefaultValueAttribute(typeof(bool), L"False")]
property bool AllowUpsideDown {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also