Annotation3DPieLocationCoordinateSystem 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(CoordinateSystem3DPie.ScreenCoordinates)]
public CoordinateSystem3DPie LocationCoordinateSystem { get; set; }<DefaultValueAttribute(CoordinateSystem3DPie.ScreenCoordinates)>
Public Property LocationCoordinateSystem As CoordinateSystem3DPie
Get
Set
public:
[DefaultValueAttribute(CoordinateSystem3DPie::ScreenCoordinates)]
property CoordinateSystem3DPie LocationCoordinateSystem {
CoordinateSystem3DPie get ();
void set (CoordinateSystem3DPie value);
}Property Value
Type:
CoordinateSystem3DPie
See Also