Annotation3DBaseAdjustSelectedAnnotationTargetZ Method |
LightningChart .NET Help
Adjust target Z-value.
Namespace:
Arction.Wpf.Charting.Annotations
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void AdjustSelectedAnnotationTargetZ(
int change
)
Public Sub AdjustSelectedAnnotationTargetZ (
change As Integer
)
public:
void AdjustSelectedAnnotationTargetZ(
int change
)
Parameters
- change
- Type: SystemInt32
Change value in world coordinates.
See Also