AxisLayoutXAxisTitleAutoPlacement Property |
LightningChart .NET Help
Place X-axis title automatically. If enabled overwrites X-axis' Title and Units two properties: VerticalAlign and DistanceToAxis.
Namespace:
Arction.Wpf.Charting.Views.ViewXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool XAxisTitleAutoPlacement { get; set; }<DefaultValueAttribute(true)>
Public Property XAxisTitleAutoPlacement As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool XAxisTitleAutoPlacement {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also