Gets or sets the array of coordinates of map area.
Namespace:
C1.Web.C1WebChartBaseAssembly: C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)
Syntax
C# |
---|
[TypeConverterAttribute(typeof(CoordsConverter))] [EditorAttribute(typeof(CoordsEditor), typeof(UITypeEditor))] public int[] Coords { get; set; } |
Visual Basic |
---|
<TypeConverterAttribute(GetType(CoordsConverter))> _ <EditorAttribute(GetType(CoordsEditor), GetType(UITypeEditor))> _ Public Property Coords As Integer() Get Set |