Gets setttings for all Y2 axes of the chart.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public AxesCollection Y2Axes { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Y2Axes As AxesCollection |
A list of strongly typed Axis objects.
RemarksWhen customizing Axis in XAML assign a whole collection to the property. This will reset it and clear any default Axis that might have been added.
XAML
Copy Code
|
|---|
<chart:AxesCollection> |
C#
Copy Code
|
|---|
barChart1.XAxes.Clear(); |
See Also