Interface CfnDashboard.IYAxisOptionsProperty
The options that are available for a single Y axis in a chart.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IYAxisOptionsProperty
Syntax (vb)
Public Interface IYAxisOptionsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var yAxisOptionsProperty = new YAxisOptionsProperty {
YAxis = "yAxis"
};
Synopsis
Properties
YAxis | The Y axis type to be used in the chart. |
Properties
YAxis
The Y axis type to be used in the chart.
string YAxis { get; }
Property Value
System.
Remarks
If you choose PRIMARY_Y_AXIS
, the primary Y Axis is located on the leftmost vertical axis of the chart.