[]
        
(Showing Draft Content)

C1.WPF.Pivot.PivotContentOptions

PivotContentOptions Class

Control used to configure the content options for FlexPivot report.

Inheritance
PivotContentOptions
Namespace: C1.WPF.Pivot
Assembly: C1.WPF.Pivot.dll
Syntax
[TemplatePart(Name = "Root", Type = typeof(Grid))]
[TemplatePart(Name = "IncludeGrid", Type = typeof(CheckBox))]
[TemplatePart(Name = "GridActual", Type = typeof(RadioButton))]
[TemplatePart(Name = "GridSingle", Type = typeof(RadioButton))]
[TemplatePart(Name = "GridWidth", Type = typeof(RadioButton))]
[TemplatePart(Name = "IncludeChart", Type = typeof(CheckBox))]
[TemplatePart(Name = "ChartSingle", Type = typeof(RadioButton))]
[TemplatePart(Name = "ChartWidth", Type = typeof(RadioButton))]
[TemplatePart(Name = "IncludeRaw", Type = typeof(CheckBox))]
[TemplatePart(Name = "RawActual", Type = typeof(RadioButton))]
[TemplatePart(Name = "RawSingle", Type = typeof(RadioButton))]
[TemplatePart(Name = "RawWidth", Type = typeof(RadioButton))]
public class PivotContentOptions : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable

Constructors

Name Description
PivotContentOptions()

Initializes a new instance of the PivotContentOptions class.

Fields

Name Description
ChartScaleProperty

Identifies the ChartScale dependency property.

GridScaleProperty

Identifies the GridScale dependency property.

IncludeChartProperty

Identifies the IncludeChart dependency property.

IncludeGridProperty

Identifies the IncludeGrid dependency property.

IncludeRawProperty

Identifies the IncludeRaw dependency property.

RawScaleProperty

Identifies the RawScale dependency property.

Properties

Name Description
ChartScale

Gets or sets the ScaleMode for the Chart.

GridScale

Gets or sets the ScaleMode for the Grid.

IncludeChart

Gets or sets a value indicating whether the chart will be included in the printed document.

IncludeGrid

Gets or sets a value indicating whether the grid will be included in the printed document.

IncludeRaw

Gets or sets a value indicating whether the raw data will be included in the printed document.

IsDisposed

Gets whether this instance is disposed.

RawScale

Gets or sets the ScaleMode for the RawData.

Methods

Name Description
Dispose()
Dispose(bool)
Finalize()

Finalizes this instance of the PivotContentOptions class.

OnApplyTemplate()