Interface CfnDashboard.ISingleAxisOptionsProperty
The settings of a chart's single axis configuration.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISingleAxisOptionsProperty
Syntax (vb)
Public Interface ISingleAxisOptionsProperty
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 singleAxisOptionsProperty = new SingleAxisOptionsProperty {
YAxisOptions = new YAxisOptionsProperty {
YAxis = "yAxis"
}
};
Synopsis
Properties
YAxis |
The Y axis options of a single axis configuration. |
Properties
YAxisOptions
The Y axis options of a single axis configuration.
virtual object YAxisOptions { get; }
Property Value
System.