ViewXYTitlesAutoPlacement Property |
LightningChart .NET Help
Gets or sets automatic title placement settings. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic AutoLabelLocator TitlesAutoPlacement { get; set; }Public Property TitlesAutoPlacement As AutoLabelLocator
Get
Set
public:
property AutoLabelLocator^ TitlesAutoPlacement {
AutoLabelLocator^ get ();
void set (AutoLabelLocator^ value);
}Property Value
Type:
AutoLabelLocator
See Also