Gets or sets the default location of the PlotArea.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(typeof(Point), "-1,-1")] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] public Point LocationDefault { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(GetType(Point), "-1,-1")> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public Property LocationDefault As Point Get Set |
Remarks
The LocationDefault property specifies the location of the upper, left corner of the chart element it describes.
Non-negative values indicate the explicit position in chart client coordinates to place the chart element.
Negative values will allow auto-positioning.