Class LegendLocationChangedeventArgs
RoutedEvent Class implementation for LegendLocationChangedeventArgs
Inheritance
System.Object
LegendLocationChangedeventArgs
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class LegendLocationChangedeventArgs : RoutedEventArgs
Constructors
LegendLocationChangedeventArgs(ChartLegend)
Get or Set
Declaration
public LegendLocationChangedeventArgs(ChartLegend legend)
Parameters
Type | Name | Description |
---|---|---|
ChartLegend | legend |
Properties
legend
Get or Set legend property
Declaration
public ChartLegend legend { get; }
Property Value
Type |
---|
ChartLegend |