Annotation3DPieLocationCoordinateSystem Property |
LightningChart .NET Help
Location coordinate system selection.
Namespace:
Arction.Wpf.Charting.Annotations
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.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