ChartPane.PrimaryAxisY Property
In This Article
Gets the primary Y-axis displayed within the current pane.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public ChartAxisY PrimaryAxisY { get; }
#Property Value
Type | Description |
---|---|
Chart |
A Chart |
#Remarks
Use the PrimaryAxisY property to access settings of the primary Y-axis displayed within the current pane. These settings include the visibility of the axis, the axis title, etc.
See Also