Для изменения размера нажмите или перетащите

TessaDoughnuntSegment - класс

Сегмент кольцевой диаграммы
Иерархия наследования
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      ChartSegment
        DoughnutSegment
          Tessa.UI.Views.Charting.SeriesTessaDoughnuntSegment

Пространство имён:  Tessa.UI.Views.Charting.Series
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
public class TessaDoughnuntSegment : DoughnutSegment

Тип TessaDoughnuntSegment предоставляет следующие члены.

Конструкторы
  ИмяОписание
Открытый методTessaDoughnuntSegment
Initializes a new instance of the TessaDoughnuntSegment class. Called when instance created for DoughnutSegment
В начало страницы
Свойства
  ИмяОписание
Открытое свойствоActualEndAngle
Gets or sets the end angle of this segment slice.
(Унаследован от DoughnutSegment.)
Открытое свойствоActualStartAngle
Gets or sets the start angle of this segment slice.
(Унаследован от DoughnutSegment.)
Открытое свойствоAngleOfSlice
Gets the actual angle the DoughnutSegment slice.
(Унаследован от DoughnutSegment.)
Открытое свойствоDependencyObjectType (Унаследован от DependencyObject.)
Открытое свойствоDispatcher (Унаследован от DispatcherObject.)
Открытое свойствоEndAngle
Gets the end angle of the DoughnutSegment.
(Унаследован от DoughnutSegment.)
Открытое свойствоInterior
Gets or sets the brush to paint the interior of the segment.
(Унаследован от ChartSegment.)
Защищённое свойствоIsEmptySegmentInterior
Gets or sets IsEmptySegmentinterior property
(Унаследован от ChartSegment.)
Открытое свойствоIsExploded
This property indicates whether this segment can be exploded or not.
(Унаследован от DoughnutSegment.)
Открытое свойствоIsSealed (Унаследован от DependencyObject.)
Открытое свойствоItem
Gets or sets the data object that this segment belongs to.
(Унаследован от ChartSegment.)
Открытое свойствоScaleFactor
Gets or sets Фактор увеличения
Открытое свойствоSeries
ReadOnly property to get the value of underlying series of a chart segment.
(Унаследован от ChartSegment.)
Открытое свойствоStartAngle
Gets the start angle of the DoughnutSegment.
(Унаследован от DoughnutSegment.)
Открытое свойствоStroke
Gets or sets the stroke value of the segment.
(Унаследован от ChartSegment.)
Открытое свойствоStrokeDashArray
Gets or sets the stroke dash array for the segment shape.
(Унаследован от ChartSegment.)
Открытое свойствоStrokeThickness
Gets or sets the stroke thickness value of the segment.
(Унаследован от ChartSegment.)
Открытое свойствоXData
Gets the data point value, bind with x for this segment.
(Унаследован от DoughnutSegment.)
Открытое свойствоXRange
Contains the x-value range for the segment.
(Унаследован от ChartSegment.)
Открытое свойствоYData
Gets the data point value, bind with x for this segment.
(Унаследован от DoughnutSegment.)
Открытое свойствоYRange
Contains the y-value range for the segment.
(Унаследован от ChartSegment.)
В начало страницы
Методы
  ИмяОписание
Защищённый методAlignHiLoSegment
This method is used to change High and Low values, When the High value lesser than Open value or Low value greater than Close value.
(Унаследован от ChartSegment.)
Открытый методCheckAccess (Унаследован от DispatcherObject.)
Открытый методClearValue(DependencyProperty) (Унаследован от DependencyObject.)
Открытый методClearValue(DependencyPropertyKey) (Унаследован от DependencyObject.)
Открытый методCoerceValue (Унаследован от DependencyObject.)
Открытый методCreateVisual(Size)
Used for creating UIElement for rendering this segment. This method is not intended to be called explicitly outside the Chart but it can be overridden by any derived class.
(Унаследован от DoughnutSegment.)
Открытый методCreateVisual(Size)
Used for creating UIElement for rendering this segment. This method is not intended to be called explicitly outside the Chart but it can be overridden by any derived class.
Открытый методEquals (Унаследован от DependencyObject.)
Защищённый методFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object.)
Открытый методGetHashCode (Унаследован от DependencyObject.)
Открытый методGetLocalValueEnumerator (Унаследован от DependencyObject.)
Открытый методGetRenderedVisual
Gets the UIElement used for rendering this segment.
(Переопределяет DoughnutSegment.GetRenderedVisual.)
Открытый методGetType
Gets the Type of the current instance.
(Унаследован от Object.)
Открытый методGetValue (Унаследован от DependencyObject.)
Открытый методInternalSetData
Открытый методInvalidateProperty (Унаследован от DependencyObject.)
Защищённый методMemberwiseClone
Creates a shallow copy of the current Object.
(Унаследован от Object.)
Защищённый методOnPropertyChanged(String)
Called when Property changed
(Унаследован от ChartSegment.)
Защищённый методOnPropertyChanged(DependencyPropertyChangedEventArgs) (Унаследован от DependencyObject.)
Открытый методOnSizeChanged
Called whenever the segment's size changed. This method is not intended to be called explicitly outside the Chart but it can be overridden by any derived class.
(Унаследован от DoughnutSegment.)
Открытый методReadLocalValue (Унаследован от DependencyObject.)
Открытый методSetCurrentValue (Унаследован от DependencyObject.)
Открытый методSetData(Double)
Sets the values for this segment. This method is not intended to be called explicitly outside the Chart but it can be overridden by any derived class.
(Унаследован от ChartSegment.)
Открытый методSetData(ListPoint) Устарело.
Sets the values for this segment. This method is not intended to be called explicitly outside the Chart but it can be overridden by any derived class.
(Унаследован от ChartSegment.)
Открытый методSetData(ListChartPoint)
Sets the values for this segment. This method is not intended to be called explicitly outside the Chart but it can be overridden by any derived class.
(Унаследован от ChartSegment.)
Открытый методSetData(IListDouble, IListDouble)
Sets the values for this segment. This method is not intended to be called explicitly outside the Chart but it can be overridden by any derived class.
(Унаследован от ChartSegment.)
Открытый методSetData(IListDouble, IListDouble, Brush)
Sets the values for this segment. This method is not intended to be called explicitly outside the Chart but it can be overridden by any derived class.
(Унаследован от ChartSegment.)
Открытый методSetData(IListDouble, IListDouble, IListDouble)
Sets the values for this segment. This method is not intended to be called explicitly outside the Chart but it can be overridden by any derived class.
(Унаследован от ChartSegment.)
Открытый методSetData(ListDouble, IListDouble, Double, Double)
Sets the values for this segment. This method is not intended to be called explicitly outside the 3DChart but it can be overridden by any derived class.
(Унаследован от ChartSegment.)
Открытый методSetData(IListDouble, IListDouble, Brush, Int32)
Sets the values for Technical indicator segment. This method is not intended to be called explicitly outside the Chart but it can be overridden by any derived class.
(Унаследован от ChartSegment.)
Открытый методSetData(Point, Point, Point, Point) Устарело.
Sets the values for this segment. This method is not intended to be called explicitly outside the Chart but it can be overridden by any derived class.
(Унаследован от ChartSegment.)
Открытый методSetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint) (Унаследован от ChartSegment.)
Открытый методSetData(IListDouble, IListDouble, IListDouble, IListDouble)
Sets the values for this segment. This method is not intended to be called explicitly outside the Chart but it can be overridden by any derived class.
(Унаследован от ChartSegment.)
Открытый методSetData(IListDouble, IListDouble, IListDouble, IListDouble, IListDouble)
Sets the values for this segment. This method is not intended to be called explicitly outside the Chart but it can be overridden by any derived class.
(Унаследован от ChartSegment.)
Открытый методSetData(Point, Point, Point, Point, Boolean) Устарело.
Sets the values for this segment. This method is not intended to be called explicitly outside the Chart but it can be overridden by any derived class.
(Унаследован от ChartSegment.)
Открытый методSetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint, Boolean) (Унаследован от ChartSegment.)
Открытый методSetData(Point, Point, Point, Point, Point, Point)
Sets the values for this segment. This method is not intended to be called explicitly outside the Chart but it can be overridden by any derived class.
(Унаследован от ChartSegment.)
Открытый методSetData(Point, Point, Point, Point, Point, Point, Boolean) Устарело.
Sets the values for this segment. This method is not intended to be called explicitly outside the Chart but it can be overridden by any derived class.
(Унаследован от ChartSegment.)
Открытый методSetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint, ChartPoint, ChartPoint, Boolean) (Унаследован от ChartSegment.)
Открытый методSetValue(DependencyProperty, Object) (Унаследован от DependencyObject.)
Открытый методSetValue(DependencyPropertyKey, Object) (Унаследован от DependencyObject.)
Защищённый методSetVisualBindings
Method Implementation for set Binding to CgartSegments properties
(Унаследован от DoughnutSegment.)
Защищённый методShouldSerializeProperty (Унаследован от DependencyObject.)
Открытый методToString
Returns a string that represents the current object.
(Унаследован от Object.)
Открытый методUpdate
Updates the segments based on its data point value. This method is not intended to be called explicitly outside the Chart but it can be overridden by any derived class.
(Переопределяет DoughnutSegment.Update(IChartTransformer).)
Открытый методVerifyAccess (Унаследован от DispatcherObject.)
В начало страницы
События
  ИмяОписание
Открытое событиеPropertyChanged
Occurs when a property value changes.
(Унаследован от ChartSegment.)
В начало страницы
Поля
  ИмяОписание
Открытое полеСтатический членScaleFactorProperty
The scale factor property.
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияGet (Определяется ComHelper.)
Открытый метод расширенияInternalMarkerCanvas
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.)
Открытый метод расширенияInvoke (Определяется ComHelper.)
Открытый метод расширенияSet (Определяется ComHelper.)
В начало страницы
См. также