Class CfnAnalysis.FunnelChartDataLabelOptionsProperty
The options that determine the presentation of the data labels.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FunnelChartDataLabelOptionsProperty : Object, CfnAnalysis.IFunnelChartDataLabelOptionsProperty
Syntax (vb)
Public Class FunnelChartDataLabelOptionsProperty
Inherits Object
Implements CfnAnalysis.IFunnelChartDataLabelOptionsProperty
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 funnelChartDataLabelOptionsProperty = new FunnelChartDataLabelOptionsProperty {
CategoryLabelVisibility = "categoryLabelVisibility",
LabelColor = "labelColor",
LabelFontConfiguration = new FontConfigurationProperty {
FontColor = "fontColor",
FontDecoration = "fontDecoration",
FontSize = new FontSizeProperty {
Absolute = "absolute",
Relative = "relative"
},
FontStyle = "fontStyle",
FontWeight = new FontWeightProperty {
Name = "name"
}
},
MeasureDataLabelStyle = "measureDataLabelStyle",
MeasureLabelVisibility = "measureLabelVisibility",
Position = "position",
Visibility = "visibility"
};
Synopsis
Constructors
Funnel |
Properties
Category |
The visibility of the category labels within the data labels. |
Label |
The color of the data label text. |
Label |
The font configuration for the data labels. |
Measure |
Determines the style of the metric labels. |
Measure |
The visibility of the measure labels within the data labels. |
Position | Determines the positioning of the data label relative to a section of the funnel. |
Visibility | The visibility option that determines if data labels are displayed. |
Constructors
FunnelChartDataLabelOptionsProperty()
public FunnelChartDataLabelOptionsProperty()
Properties
CategoryLabelVisibility
The visibility of the category labels within the data labels.
public string CategoryLabelVisibility { get; set; }
Property Value
System.
Remarks
LabelColor
The color of the data label text.
public string LabelColor { get; set; }
Property Value
System.
Remarks
LabelFontConfiguration
The font configuration for the data labels.
public object LabelFontConfiguration { get; set; }
Property Value
System.
Remarks
Only the FontSize
attribute of the font configuration is used for data labels.
MeasureDataLabelStyle
Determines the style of the metric labels.
public string MeasureDataLabelStyle { get; set; }
Property Value
System.
Remarks
MeasureLabelVisibility
The visibility of the measure labels within the data labels.
public string MeasureLabelVisibility { get; set; }
Property Value
System.
Remarks
Position
Determines the positioning of the data label relative to a section of the funnel.
public string Position { get; set; }
Property Value
System.
Remarks
Visibility
The visibility option that determines if data labels are displayed.
public string Visibility { get; set; }
Property Value
System.