LegendBoxSurfacesTitlePosition Property |
LightningChart .NET Help
Scale title position.
Namespace:
Arction.WinForms.Charting.Views
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(SurfaceLegendBoxTitlePosition.Top)]
public SurfaceLegendBoxTitlePosition TitlePosition { get; set; }<DefaultValueAttribute(SurfaceLegendBoxTitlePosition.Top)>
Public Property TitlePosition As SurfaceLegendBoxTitlePosition
Get
Set
public:
[DefaultValueAttribute(SurfaceLegendBoxTitlePosition::Top)]
property SurfaceLegendBoxTitlePosition TitlePosition {
SurfaceLegendBoxTitlePosition get ();
void set (SurfaceLegendBoxTitlePosition value);
}Property Value
Type:
SurfaceLegendBoxTitlePosition
See Also