Class Chart
Inheritance
System.Object
Chart
Assembly: IronWord.dll
Syntax
public class Chart : ContentElement, xdbdzv
Constructors
Chart()
Declaration
Chart(ChartType, String)
Declaration
public Chart(ChartType chartType, string title = null)
Parameters
Type |
Name |
Description |
ChartType |
chartType |
|
System.String |
title |
|
Properties
AxisConfig
Declaration
public AxisConfiguration AxisConfig { get; set; }
Property Value
DataSource
Declaration
public ChartDataSource DataSource { get; set; }
Property Value
HasLegend
Declaration
public bool HasLegend { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Style
Declaration
public ChartStyle Style { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public ChartType Type { get; set; }
Property Value