AnnotationBaseLocationCoordinateSystem Property |
LightningChart .NET Help
Location coordinate system selection.
Namespace:
Arction.WinForms.Charting.Annotations
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(CoordinateSystem.ScreenCoordinates)]
public CoordinateSystem LocationCoordinateSystem { get; set; }<DefaultValueAttribute(CoordinateSystem.ScreenCoordinates)>
Public Property LocationCoordinateSystem As CoordinateSystem
Get
Set
public:
[DefaultValueAttribute(CoordinateSystem::ScreenCoordinates)]
property CoordinateSystem LocationCoordinateSystem {
CoordinateSystem get ();
void set (CoordinateSystem value);
}Property Value
Type:
CoordinateSystem
See Also