AnnotationBaseLocationCoordinateSystem Property |
LightningChart .NET Help
Gets or sets location coordinate system. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Annotations
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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