menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartCommonLocation - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartCommonLocation

    Sets and gets the options for customizing the location.

    Inheritance
    System.Object
    SfBaseComponent
    ChartCommonLocation
    AccumulationChartLocation
    Inherited Members
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnAfterRenderAsync(Boolean)
    SfBaseComponent.OnInitializedAsync()
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChartCommonLocation : SfBaseComponent

    Constructors

    ChartCommonLocation()

    Declaration
    public ChartCommonLocation()

    Properties

    X

    Sets and gets the x coordinate of the legend in pixels.

    Declaration
    public virtual double X { get; set; }
    Property Value
    Type
    System.Double

    Y

    Sets and gets the y coordinate of the legend in pixels.

    Declaration
    public virtual double Y { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved