ViewXYTitlesAutoPlacement Property |
LightningChart .NET Help
Automatic title placement settings.
Namespace:
Arction.Wpf.Charting.Views.ViewXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.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