public interface IChartWidgetModel : IWidgetModel,
IModel, ICloneable, ITypeIdentifier, IItemIdentifier, ICoping<IWidgetModel>,
ICloneable<IWidgetModel>
Public Interface IChartWidgetModel
Inherits IWidgetModel, IModel, ICloneable, ITypeIdentifier,
IItemIdentifier, ICoping(Of IWidgetModel), ICloneable(Of IWidgetModel)
public interface class IChartWidgetModel : IWidgetModel,
IModel, ICloneable, ITypeIdentifier, IItemIdentifier, ICoping<IWidgetModel^>,
ICloneable<IWidgetModel^>
type IChartWidgetModel =
interface
interface IWidgetModel
interface IModel
interface ICloneable
interface ITypeIdentifier
interface IItemIdentifier
interface ICoping<IWidgetModel>
interface ICloneable<IWidgetModel>
end
Appearance | Gets or sets Настройки внешнего вида диаграммы |
AreaBackground | Gets or sets Кисть области диаграммы |
AreaBorderBrush | Gets or sets Кисть рамки области диаграммы |
AreaBorderThickness | Gets or sets Ширина рамки области диаграммы |
Behaviors | Gets or sets Список настроек поведений диаграммы |
Children |
Gets or sets Коллекция дочерних элементов
(Унаследован от IWidgetModel) |
ColorPalette | Gets or sets Палитра |
Content |
Gets or sets Элемент
(Унаследован от IWidgetModel) |
DataLabels | Gets or sets a value indicating whether Признак отображения меток |
EnableEndUserModification | Gets or sets a value indicating whether Признак возможности настраивать график конечному пользователю |
Key |
Gets or sets Идентификатор элемента
(Унаследован от IItemIdentifier) |
LayoutModel | Gets or sets Модель таблицы используемая в некоторых видах графиков |
Legend | Gets or sets Настройки легенды |
Location |
Gets or sets Местоположение элемента
(Унаследован от IWidgetModel) |
PrimaryAxes | Gets or sets главная ось |
SecondaryAxes | Gets or sets вторичная ось |
Series | Gets or sets Список настроек рядов диаграммы |
SideBySideSeriesPlacement | Gets or sets a value indicating whether Признак отображения рядов рядом |
Title | Gets or sets Заголовок диаграммы |
TitleAppearance | Gets or sets Настройки внешнего вида заголовка |
TypeId |
Gets or sets Идентификатор типа
(Унаследован от ITypeIdentifier) |
Clone | Creates a new object that is a copy of the current instance. (Унаследован от ICloneable) |
CopyTo |
Клонирует данные объекта реализующего
интерфейс в объект target (Унаследован от ICopingT) |