Class ChartCommonLocation
Sets and gets the options for customizing the location.
Inheritance
ChartCommonLocation
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartCommonLocation : SfBaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
ChartCommonLocation()
Declaration
public ChartCommonLocation()
Properties
X
Sets and gets the x coordinate of the legend in pixels.
Declaration
[Parameter]
public virtual double X { get; set; }
Property Value
| Type |
|---|
| double |
Y
Sets and gets the y coordinate of the legend in pixels.
Declaration
[Parameter]
public virtual double Y { get; set; }
Property Value
| Type |
|---|
| double |