Annotation3DLocationAxisValues Property |
LightningChart .NET Help
Location as axis values.
Namespace:
Arction.WinForms.Charting.Annotations
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointDoubleXYZ LocationAxisValues { get; set; }Public Property LocationAxisValues As PointDoubleXYZ
Get
Set
public:
property PointDoubleXYZ^ LocationAxisValues {
PointDoubleXYZ^ get ();
void set (PointDoubleXYZ^ value);
}Property Value
Type:
PointDoubleXYZ
See Also